|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SimpleButtonListener
The listener interface for receiving SimpleButton events.
SimpleButton,
SimpleButtonEvent| Method Summary | |
|---|---|
void |
buttonClicked(SimpleButtonEvent e)
Invoked when the button is clicked. |
void |
buttonDragEnded(SimpleButtonEvent e)
Invoked when the drag is ended. |
void |
buttonDragged(SimpleButtonEvent e)
Invoked when the cursor is dragged inside buttons bounds. |
void |
buttonEntered(SimpleButtonEvent e)
Invoked when the cursor enters to buttons bounds. |
void |
buttonExited(SimpleButtonEvent e)
Invoked when the cursor exits from buttons bounds. |
| Method Detail |
|---|
void buttonClicked(SimpleButtonEvent e)
e - SimpleButtonEvent that describes the occured eventvoid buttonDragged(SimpleButtonEvent e)
e - SimpleButtonEvent that describes the occured eventvoid buttonEntered(SimpleButtonEvent e)
e - SimpleButtonEvent that describes the occured eventvoid buttonExited(SimpleButtonEvent e)
e - SimpleButtonEvent that describes the occured eventvoid buttonDragEnded(SimpleButtonEvent e)
e - SimpleButtonEvent that describes the occured event
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||